home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / include / mgribshade.h < prev    next >
C/C++ Source or Header  |  1993-04-01  |  354b  |  9 lines

  1. /* this could be much larger but that's the way the Iris works now 
  2.    this is from gl/gl.h and is used in mgglshade.c */
  3. #define MAXLIGHTS 8
  4.  
  5. extern void     mgrib_lighting( struct mgastk *, int mask );
  6. extern void    mgrib_lights( LtLight *light, struct mgastk *astk );
  7. extern void    mgrib_appearance( struct mgastk *astk, int ap_mask, 
  8.                  int mat_mask);
  9.